﻿
/*分页*/
.survey_pages {
	/*width: 760px;*/
	padding-right: 40px;
	height: 30px;
	margin-top: 20px;
	margin-bottom: 25px;
	clear: both;
    float:right;
}

.common_pages {
	width: 100%;
	text-align: right;
	margin-top: 15px;
	margin-bottom: 15px;
}

.common_pages a,
.common_pages span {
    width: auto;
    height: auto;
    float: left;
	background: #fff;
	padding: 6px 14px;
	color: #666;
	margin-right: 3px;
	margin-left: 3px;
	font-size: 13px;
	border: 1px solid #ccc;
	font-size: 12px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-family: "microsoft yahei" !important;
}

.common_pages input {
    width: 28px;
    height: 23px;
    line-height: 23px;
    padding: 0;
    margin: 0;
    border: none;
    background: #f5f5f5;
    position: relative;
    top: 5px;
    float:left;
}

.common_pages .active {
	background: #1D8FE4;
	color: white;
}
